Xbasic

A5_GET_OPERATIONS Function

Syntax

List as C = a5_get_operations(C operation_type [,C tablename ])

Arguments

List

A CR-LF delimited list of saved operations.

operation_type

The type of operation to return. For example: "export", "mark".

tablename

The table that contains the operations.

Description

Returns a CRLF delimited list of operations for the specified table or set name

Discussion

The A5_GET_OPERATIONS() function returns a list of the saved operations of a specified type.

Example

? a5_get_operations("Export","customer")
= Export Customers to File

See Also